/* color */

body {
	background-color: #333333;
}

#container, #contentContainer, #sidebarContainer, #contentContainer #content, #breadcrumbcontainer  {
	color: #bfbfbf;
	background-color: transparent;
}

.thumbnail-caption, .album-title, .album-description, .movie-description, .blog-entry-title, #sidebarContainer .sideHeader  {
	color: #bfbfbf;

}

.thumbnail-frame:hover, .movie-thumbnail-frame:hover {
	color: #0063ef;
	text-shadow: 0px 0px 0px #000000;
}

.blog-entry-date {
	color: #a2a2a2;
}

a:link, #footer a:link, #footer a:visited {
	color: #83ebff;
	text-decoration: none;
}

a:visited, a:hover, a:active, #footer a:hover, #footer a:active {
	color: #0063ef;
	text-decoration: none;
	
}

/* @group bread crumb */

#breadcrumbcontainer li {
	color: #c6c6c6;
}

#breadcrumbcontainer a {
	text-shadow: 0px 0px 0px #ffffff;
	background: url(../../images/elements/icons/bread_crumb_1.gif) 0px 1px no-repeat;
	color: #cfcfcf;
}

#breadcrumbcontainer a:hover {
	color: #ffffff;
}

#breadcrumbcontainer a:hover {
	background: url(../../images/elements/icons/bread_crumb_anim.gif) 0px 1px no-repeat;
	color: #ededed;
}
	
/* @end */

.form-input-field {
	background: #bfbfbf;
}

#bodyEdge2 { 
	background: url(../../images/editable_images/page_2_grey.jpg) no-repeat center top;
}

#bodyEdge3 { 
	background: url(../../images/elements/tiles/page_grey_tile.jpg) repeat-x center top;
}

.photo-background {
	background: #333333 url(../../images/elements/tiles/page_grey_tile.jpg) repeat-x 50% 97px;
}

.photo-frame{
	color: #bfbfbf;
	border: 7px solid #f4f4f4;
}

#footer {
	border-top: 1px dashed #595959;
}


